home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
programm.ing
/
ams__l~1.zoo
/
etc
/
default.mak
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-12-24
|
349 b
|
19 lines
# .PRG, .TOS, .TTP ...
.SUFFIXES: $(SUFFIXES) .prg .tos .ttp
%.tos %.ttp %.prg: %.o
$(LINK.o) $(LDFLAGS) $^ $(LOADLIBES) $(LDLIBS) -o $@
%.tos %.ttp %.prg: %.cc
$(LINK.cc) $(LDFLAGS) $^ $(LOADLIBES) $(LDLIBS) -o $@
#The ATARI ST department for GCC
CC = gcc
CCC = gcc
C++ = gcc
LINK = gcc
LINK.o = gcc
AR = gcc-ar
AS = gcc-as